home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Python 1.4 / Python 1.4 source / Demo / threads / README < prev    next >
Encoding:
Text File  |  1996-08-02  |  474 b   |  11 lines  |  [TEXT/R*ch]

  1. This directory contains some demonstrations of the thread module.
  2.  
  3. These are mostly "proof of concept" type applications:
  4.  
  5. Generator.py    Generator class implemented with threads.
  6. bug.py        Demonstrate a bug with importing modules in threads.
  7. find.py        Parallelized "find(1)" (looks for directories).
  8. sync.py        Condition variables primitives by Tim Peters.
  9. telnet.py    Version of ../sockets/telnet.py using threads.
  10. wpi.py        Version of ../scripts/pi.py using threads (needs stdwin).
  11.